runtime.g.coroarg (field)
8 uses
	runtime (current package)
		coro.go#L58: 	gp.coroarg = c
		coro.go#L68: 	c := gp.coroarg
		coro.go#L69: 	gp.coroarg = nil
		coro.go#L79: 	gp.coroarg = c
		coro.go#L90: 	gp.coroarg = c
		coro.go#L107: 	c := gp.coroarg
		coro.go#L108: 	gp.coroarg = nil
		runtime2.go#L517: 	coroarg *coro // argument during coroutine transfers
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |